github.com/andybalholm/brotli/matchfinder.arrival.distance (field)

8 uses

	github.com/andybalholm/brotli/matchfinder (current package)
		pathfinder.go#L59: 	distance uint32
		pathfinder.go#L226: 		if arrivedHere.distance == 0 {
		pathfinder.go#L231: 			prevDistance = int(arrivals[i-historyLen-1-unmatched].distance)
		pathfinder.go#L264: 						distance: uint32(m.Start - m.Match),
		pathfinder.go#L274: 			!(arrivedHere.length != 0 && arrivedHere.distance == uint32(pending.Start-pending.Match)) {
		pathfinder.go#L287: 						distance: uint32(pending.Start - pending.Match),
		pathfinder.go#L309: 		if a.distance > 0 {
		pathfinder.go#L312: 				Distance: int(a.distance),